home *** CD-ROM | disk | FTP | other *** search
- Path: iz.maus.de!Torsten_Landschoff
- From: Torsten_Landschoff@iz.maus.de (Torsten Landschoff)
- Newsgroups: comp.lang.c++
- Subject: A question of (lexical) style
- Message-ID: <199603102350.a35683@iz.maus.de>
- Date: Sun, 10 Mar 96 21:50:00 GMT
- References: <313c99bc.0@193.89.47.9>
- X-Gate: MausGate/News 1.25/ac3
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
-
- -A40251@AC3
-
- Hi Brian
-
- BE>I believe that there is no such thing as a "wrong way" do do it. It is
- BE>simply a question of taste and style.
-
- It seemes so but look at the following code:
-
- int* a, b;
-
- What does it suggest about the types of a and b? And look at the other way:
-
- int *a, b;
-
- cu
- Torsten
-